home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / xw2.000 / xw2 / xw / applications / bidirectional / Makefile next >
Encoding:
Makefile  |  1994-12-17  |  211 b   |  15 lines

  1. all:
  2.     makemfx movemfx.h
  3.     cc -o move move.c
  4.     move # this creates mfi.mfx
  5.     xbw movewdw
  6. clean:
  7.     rm -f *~
  8.     rm -f move
  9.     rm -f *.xbc *.xbh *mfx.c
  10.     rm -f *.o
  11.     rm -f *.mfx
  12.     rm -f xbmfx.*
  13.     rm -f *mfx.mta
  14.     rm -f *wdw.mta
  15.